home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / tread2_5.ads < prev    next >
Text File  |  1995-04-22  |  16KB  |  407 lines

  1.                Amiga Distribution System - Long Description File
  2.                -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  3.  
  4.  
  5.  Program Name : TurBoRead 2.5  - by -  Bob Stouder
  6.  
  7. -----------------------------------------------------------------------------
  8. File 1 - Tread2_5.LHA -   79009      ADOS Req'd
  9. File 2 -              -             [ ] All  [ ] WB1.x  [X] WB2.x  [ ] WB3.x
  10. File 3 -              -              ChipSet Req'd
  11. File 4 -              -             [X] Any  [ ] Orig   [ ] ECS    [ ] AGA
  12. -----------------------------------------------------------------------------
  13.  
  14.  Ram Req'd 
  15.  
  16.   [ ] 512k  [X] 1meg  [ ] 2meg  [ ] 3meg  [ ] ALOT!!! 
  17.  
  18.  Special Hardware 
  19.  
  20.   
  21.  
  22. -----------------------------------------------------------------------------
  23.                               Long Description
  24. -----------------------------------------------------------------------------
  25.  
  26. August 21, 1994 - Version 2.0
  27.  
  28.   o Checks user profile and insures proper settings. Displays a nice
  29.     error message when they're not as required.
  30.  
  31.   o I wanted to maximize the number of messages displayed, so the
  32.     header was drastically cut back on.  With help who needed it?
  33.  
  34.   o Revamped the help screen.  Improved Help display for smaller screens.
  35.     It now attempts to group the help screens so that related items don't
  36.     get displayed half on one screen and the rest on another.
  37.  
  38.   o Totally integrated with the DLG.library.  Where ever possible I use
  39.     DLG calls.
  40.  
  41.   o Reduce system load: whenever the message list was displayed the
  42.     messages were read from the HD.  This made TurboRead kind of slow
  43.     and heavy on the Disk IO.  I buffer the message headers now. Check
  44.     out how FAST redisplaying the message list is now.
  45.  
  46.   o Expanded to be able to be used in your Private Message area.
  47.  
  48.   o Expanded Search capabilities.  Searches From, To, Title and Message
  49.     body.  Highlights what was found in White.
  50.  
  51.   o It now updates the High Message read in DLG and updates the message
  52.     module as well.  One of my biggest problems/complaints about
  53.     TurboRead was the "setting area to all messages read....", even
  54.     when I hadn't.
  55.  
  56.   o Added the command #, which forces TurboRead to update your High
  57.     message read to the last one in the message area.  Allows the
  58.     user to choose when to update all messages read.
  59.  
  60.   o Does reverse video on the message/area number.  Easier to find
  61.     and track where you're at.
  62.  
  63.   o After reading a NEW message, automatically advances the cursor to
  64.     the next message.  Now you can read NEW messages, like in DLG:Mess,
  65.     by simply hitting return.
  66.  
  67.   o No need to pass the zone/port (or anything else), I get everything
  68.     from the DLG settings.
  69.  
  70.   o Integerated into TrapList Lib -- does error checking of the to node
  71.     address.
  72.  
  73.   o Checks for existance of user when sending local mail.
  74.  
  75.   o When quoting, it doesn't quote the SEEN-BY, PATHS, etc.
  76.  
  77.   o Better wrap around check when quoting.  It now checks to see if the
  78.     next word will fit on the line and wrap if it doesn't.
  79.  
  80.   o When displaying a message, it honors your DLG hide SEEN-BY setting.
  81.  
  82.   o It's a chained executable program now.  READ THE DOCs for setting
  83.                                             this one up. It's CHANGED!
  84.  
  85.   o Change Messages Areas within TurboRead.
  86.  
  87.   o New Message Scan within TurboRead.
  88.  
  89.   o Removed the 1000 tag limit.  The limit is now available storage
  90.     where ever T: is assigned.
  91.  
  92.   o SIG aware.
  93.  
  94.   o Pass back arguments to DLG:Mess upon exit.
  95.  
  96.   o It's slightly smaller......
  97.  
  98.   o It's faster.....
  99.  
  100. NOTE: This started out as simply enhancing TurboRead.  It ended up as nearly
  101.       a complete rewrite.  I've tried to insure compability, where possible,
  102.       with the previous version of TurboRead.  But BUGS should be expected.
  103.       I hope you like this version as much as I do.
  104.  
  105.  
  106. Oct 3, 1994 - Version 2.1
  107.   o TurboRead wouldn't recongize forced Message SIGs (ie calling the Mess
  108.     module with a option of -s nnn).  If you use the Message base that way,
  109.     the Message module wouldn't record the SIG in the user record as the
  110.     SIG change command does.
  111.  
  112.     To make this work requires passing the -s %MSG_SIGNUMBER to TurboRead
  113.     as an argument.  You may pass other arguments as well to TurboRead as
  114.     before and they (and the -s %MSG_SIGNUMBER) will be returned to the
  115.     Message module when TurboRead exits.  This way, when you return to
  116.     the Message module you are in the same SIG.
  117.  
  118.   o Fixed a bug where a user was given access to all message areas within
  119.     TurboRead.
  120.  
  121.   o Fixed a bug when replying to a message and using EmacsDLG.  The quote
  122.     header was not properly displayed.
  123.  
  124.   o Fixed a bug where empty msg:nnn/user.msg files could cause TurboRead
  125.     to loop.
  126.  
  127.   o TurboRead now won't crash the machine if ran from a CLI (it shouldn't
  128.     ever be done anyway).  It will display an error message and exit.
  129.  
  130.   o TurboRead will now check for and display the Msg:nnn/Echo.Txt or
  131.     DLGConfig:Text/Echo.Txt prior to entering or replying to a message
  132.     in an echo area.
  133.  
  134.   o Changed the New Message Scan to always start with the next global
  135.     message area after the message area you are currently in.
  136.  
  137.   o Added a Message Kill command.  Users can always kill messages in their
  138.     private mail areas and in other message areas depending on the low-high
  139.     kill levels of that message area.
  140.  
  141.  
  142. Dec 31, 1994 - Version 2.2
  143.  
  144.   o Fixed a bug that sent all local message base replies to a users
  145.     private directory.
  146.  
  147.   o Fixed a SendMsg bug that caused EmacsDLG to think that all messages
  148.     where "Private Messages".  One side affect from this, TurboRead will
  149.     no longer Auto-Quote messages.  It now works the same as DLG:Mess.
  150.  
  151.   o TurboRead now recongizes changes made to the Message Header line
  152.     while in the editor.
  153.  
  154.  
  155. Jan 15, 1995 - Version 2.3
  156.  
  157.   o Added Control-C checking to New Message Scan.  A Control-C will abort
  158.     the scan like DLG:Mess.
  159.  
  160.   o Fixed a bug in the New Message scan, it was ignoring selected or forced
  161.     SIGs.  It now honors the SIG.
  162.  
  163.   o Fixed a bug in the New Message scan, it was ignoring areas with only ONE
  164.     new message in them.
  165.  
  166.   o Changed the New Message scan, it now displays the message area, erases it
  167.     and re-displays the next message area in the same position.  No more
  168.     discussions about one/two spaces.  How about NO spaces! :)
  169.  
  170.   o Added move to Top of Screen (Shift Up-Arrow or 7) and move to Bottom of
  171.     Screen (Shift Down-Arrow or 1) to all screens.
  172.  
  173.   o Added an Abort option to the Area Change command.
  174.  
  175.   o Changed the Area Change command, it now initially display the page with
  176.     your current area and position the cursor to it.
  177.  
  178.   o Added a Message From Twit filter, implemented with two new commands:
  179.           F = Add a name to the message filter
  180.           D = Delete name(s) from the message filter.
  181.  
  182.   o Added Signature appended (if the area is configured for signatures) to
  183.     messages.
  184.  
  185.   o Fixed a bug that caused Message From/To to be reversed after replying
  186.     to a message.
  187.  
  188.   o Changed the batch files to use DLGUPLOAD_V061 and included it in the
  189.     archive.  DLGUPLOAD_V061 was donated by Greg Bastow, Thank You.  Your
  190.     old batch files will still work if you don't want to upgrade to the
  191.     newer DLGUPLOAD_V061.
  192.  
  193.   o Added TagBatch6 it will decode a UUencoded file from a message into the
  194.     T: directory.  Requires UUxt (not included, like batteries).  Donated by
  195.     Glyn Hughes.  Thank You.
  196.  
  197.   o Added a message correct command to the commands after reading a message.
  198.  
  199.   o Added updating of User record for # of messages read and written.
  200.  
  201.   o Added checking for Batch files & access.  If a user doesn't have access
  202.     to any batch files or there are no batch files, the batch execute option
  203.     isn't displayed or allowed after reading a message.
  204.  
  205.   o Added INTL kludge checking/creating so that NetMail would be properly
  206.     addressed.  Could also be considered a bug fix. :)
  207.  
  208.   o Fixed Newsgroup and UUCP private mail.  TurboRead _should_ now work
  209.     correctly in those areas.  But since I don't have a UUCP interface
  210.     here, this isn't very well tested.
  211.  
  212.   o Changed the display for Newsgroups, the "TO" name is no longer shown.
  213.     This allows all 35 characters of the "FROM" name to be displayed.
  214.  
  215.   o Is it getting there, a DLG:Mess replacement? :)
  216.  
  217.  
  218. Feb  1, 1995 - Version 2.4
  219.  
  220.   o Changed the "looks" of the displays, I hope they are more aesthetically
  221.     pleasing.
  222.  
  223.   o Removed the ANSI positioning user record check.  Seem as though a number
  224.     of IBM terminal programs fail with DLG and ANSI positioning on, yet they
  225.     do support ANSI positioning.
  226.  
  227.   o Changed the Message Flags:
  228.         Removed the first read message flag and colors.  Wasn't very useful.
  229.  
  230.         Combined the next read/last read flags.  A message can't be both at
  231.         the same time!
  232.  
  233.   o Changed the "Tag" command.  It is now a toggle.  If a message is
  234.     already tagged, it's deleted.  If not tagged, it's added.
  235.  
  236.   o Added Help to all screens.  It now shows the user only the help text
  237.     for the screen it is activated from.  This is a simple form of context
  238.     sensistive help.  Also added a more prompt to the Help display screen.
  239.  
  240.   o Added a Read Tagged Messages command.
  241.  
  242.   o Added removing a message from the user's Waiting Mail file when it's
  243.     read.
  244.  
  245.   o Added a Select SIG command.  To stay DLG compatiable, this required
  246.     that the Search string command was changed to an "I" and "S" is used
  247.     for the SIG select.
  248.  
  249.   o Removed _most_ of the error beeps.  Replaced with error messages.
  250.     Only time it should beep now is when a user enters a totally
  251.     unrecongized key.
  252.  
  253.   o Improved the New Message scan speed.  It is noticeablly faster.
  254.  
  255.   o Added full line Highlighting of the current message in the Message
  256.     header display.  Sorry 2400 baud users, get a faster modem!
  257.  
  258.   o Added display of Private, Crash and FileAttached message attributes
  259.     to the read message display.
  260.  
  261.   o Added the following commands to the read message screen:
  262.           - = will read the parent of current message
  263.           + = will read the child  of current message
  264.           N = will read the next message.
  265.           P = will read the previous message.
  266.           Q = Quit TurboRead and return to DLG:Mess.
  267.  
  268.   o Added stripping of Ascii control characters from message body before
  269.     displaying message.
  270.  
  271.   o Added checking for and honoring the Private flag in message areas.  Only
  272.     the person the message is addressed to and users with Sysop priviledge in
  273.     the area can read the message.
  274.  
  275.   o Fixed alias area bug -- Names are now replaced with their aliases when
  276.     in an alias area.  Twit, Search and Message Flags will check _both_
  277.     the  regular name & the alias name.
  278.  
  279.   o Fixed a Correct message bug that was duplicating the first character
  280.     of the message each time it was corrected and would leave garbage
  281.     characters at the end of the message from the old message when the
  282.     "corrected" message was smaller.  This was _very_ stupid on my part,
  283.     sorry.
  284.  
  285.   o Fixed a bug that could incorrectly set the handler flags when calling
  286.     the editor.  Most often showed up as being unable to use the ^S search
  287.     function in EmacsDLG.
  288.  
  289.   o Fixed the cursor positioning problem with Terminus in Amiga mode. There
  290.     are _two_ valid ANSI cursor positioning commands and the Amiga console
  291.     device was using the one TurboRead wasn't.  This should improve
  292.     TurboRead's compability with all terminal programs.
  293.  
  294.   o Fixed a bug when deleting Private mail.  The user.msg log wasn't being
  295.     updated.
  296.  
  297.   o Added File Attach and File Request options for NetMail. (only users
  298.     with netmail sysop privledge).
  299.  
  300.   o Added Private Local Mail & Private NetMail (only users with netmail
  301.     write privledge) as options to replys in an echo area.
  302.  
  303.   o Added NetMail Cost accounting.
  304.  
  305.   o Added checking of the Origin line to get originating address. This
  306.     allows netmail replys from echos to be addressed correctly.
  307.  
  308.   o Added checking/generation of the FMPT/TOPT kludge lines to get the
  309.     address.  This allows netmail replys to be addressed correctly.
  310.  
  311.   o Added a "GoTo" message command.  This allows you to directly control
  312.     what message is the top message displayed in the message header scan
  313.     screen.
  314.  
  315.   o Added display of broadcast messages.  Just before the Message headers
  316.     are displayed, TurboRead will check for and display any pending
  317.     broadcast messages.
  318.  
  319.   o Added a Forward/Copy/Move message command to the read message screen.
  320.     Just like DLG:Mess, in fact, it executes the DLG:Forward file to do
  321.     the actual work.
  322.  
  323.   o Added Resource Manager calls to EnterArea/LeaveArea.  This _should_
  324.     clear up problems with other mail tossers besides DLGMail/PDQMail.
  325.     But I have _no_ way to test this.  If a user can't enter an area,
  326.     they'll be left in thier previous area or thier private mail area
  327.     depending on several circumstances.
  328.  
  329.  
  330.  
  331. April 22, 1995 - Version 2.5
  332.  
  333.   o Fixed a bug in the new area scan.  It wouldn't work right for users
  334.     that didn't have their Global Message areas sorted.  It does now.
  335.  
  336.   o Fixed a bug that wasn't setting the Local attribute bit on local
  337.     private mail.
  338.  
  339.   o Fixed a bug that when selecting a SIG and the user selected no sig,
  340.     the message header screen was not redisplayed and the User record
  341.     was not being updated.
  342.  
  343.   o Fixed a bug that when replying to a message in an alias area, the
  344.     quoted message would have the user's real name in it and not their
  345.     alias.
  346.  
  347.   o Fixed a bug that when replying to a private UUCP message, TurboRead
  348.     would prompt the user for a FidoNet address.
  349.  
  350.   o Fixed a bug that after executing a batch file, the next page of
  351.     messages are displayed, even though you haven't finished with the
  352.     page of messages you are on.
  353.  
  354.   o Added notifying the user when private mail is received.
  355.  
  356.   o Added checking of User Kill priviledge in the User.msg file and
  357.     Message From-To before allowing a user to kill a message.
  358.  
  359.   o Added a startup message and activity string.  For those BBSs with
  360.     a large number of message areas, the startup could take awhile and
  361.     the user may wonder what's happening.
  362.  
  363.   o Added display of the EnterArea.Txt file when changing Message areas.
  364.  
  365.   o Added the ability to use resident commands.
  366.  
  367.   o Fixed DLGMail/PDQMail append to Tear line.
  368.  
  369.   o Fixed some problems with quoting when correcting messages.
  370.  
  371.  
  372. DLG:Mess features/commands TurboRead doesn't implement:
  373.  
  374.   o Doesn't notify sender of Private mail when you read it.
  375.   o Toggle Thread
  376.   o Skip Thread
  377.   o Read Continuous
  378.   o Delete All
  379.   o Edit User
  380.   o Post Bullentin
  381.   o Lex Check Message
  382.   o List Area Readers
  383.   o Edit Signature
  384.   o Call other Menus/Programs
  385.   o No Configuration options
  386.  
  387.  
  388. =============================================================================
  389.  
  390.            ADS Zone: 1
  391.      ADS Hatch Site: Don Plesky
  392.        ADS Position: ADS Zone 1 Coordinator
  393.            BBS Name: EastPointe Amiga BBS
  394.     Phone Number(s): 810-773-6959
  395.     Network Address: 1:120/229  
  396.      Network Region: 11    
  397.           BBS Hours: 24 Hrs/Day
  398. BBS Mailer/Software: DLG Trapdoor/PDQmail
  399.   BBS Storage Space: 2 Gig 
  400.   File Requestable :  <X> Y     < > N
  401. File Request Hours : All The Time
  402.  
  403. =============================================================================
  404.                          ADS - Long Description Generator
  405.                          (c)Copyright 1995 by Paul Miller
  406.  
  407.